home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #5 / Software USA Volume 5.05.iso / pc / homeoff / zilch / install / _setup.1 / Zilchs21.exe / 0 / RCDATA / TCALCMGRFORM / TCALCMGRFORM.txt
Text File  |  1999-01-30  |  21KB  |  773 lines

  1. object CalcMgrForm: TCalcMgrForm
  2.   Left = 275
  3.   Top = 150
  4.   BorderStyle = bsDialog
  5.   Caption = 'CalcMgrForm'
  6.   ClientHeight = 453
  7.   ClientWidth = 632
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object LoanLabel: TLabel
  20.     Left = 116
  21.     Top = 8
  22.     Width = 102
  23.     Height = 13
  24.     Caption = 'Loan Calculations'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     Transparent = True
  32.   end
  33.   object InvestmentLabel: TLabel
  34.     Left = 397
  35.     Top = 8
  36.     Width = 136
  37.     Height = 13
  38.     Caption = 'Investment Calculations'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.     Transparent = True
  46.   end
  47.   object CancelBtn: TBitBtn
  48.     Left = 40
  49.     Top = 407
  50.     Width = 75
  51.     Height = 25
  52.     Hint = 'Click to go back to the main screen'
  53.     Caption = 'Go back'
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = [fsBold]
  59.     ParentFont = False
  60.     ParentShowHint = False
  61.     ShowHint = True
  62.     TabOrder = 0
  63.     TabStop = False
  64.     OnClick = CancelBtnClick
  65.     Glyph.Data = {
  66.       DE010000424DDE01000000000000760000002800000024000000120000000100
  67.       0400000000006801000000000000000000001000000000000000000000000000
  68.       80000080000000808000800000008000800080800000C0C0C000808080000000
  69.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  70.       333333333333333333333333000033338833333333333333333F333333333333
  71.       0000333911833333983333333388F333333F3333000033391118333911833333
  72.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  73.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  74.       3333F8330000333333911111183333333338F333333F83330000333333311111
  75.       8333333333338F3333383333000033333339111183333333333338F333833333
  76.       00003333339111118333333333333833338F3333000033333911181118333333
  77.       33338333338F333300003333911183911183333333383338F338F33300003333
  78.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  79.       38F338F300003333333333333919333333388333338FFF830000333333333333
  80.       3333333333333333333888330000333333333333333333333333333333333333
  81.       0000}
  82.     Margin = 0
  83.     NumGlyphs = 2
  84.     Spacing = -1
  85.   end
  86.   object LoanPanel: TPanel
  87.     Left = 40
  88.     Top = 27
  89.     Width = 255
  90.     Height = 35
  91.     TabOrder = 1
  92.     object LoanBox: TComboBox
  93.       Left = 9
  94.       Top = 7
  95.       Width = 235
  96.       Height = 21
  97.       Style = csDropDownList
  98.       Color = clWhite
  99.       Ctl3D = True
  100.       Font.Charset = DEFAULT_CHARSET
  101.       Font.Color = clWindowText
  102.       Font.Height = -11
  103.       Font.Name = 'MS Sans Serif'
  104.       Font.Style = [fsBold]
  105.       ItemHeight = 13
  106.       Items.Strings = (
  107.         ' Calculate a Loan Payment '
  108.         ' Price Range You Can Afford '
  109.         ' Remaining Balance on a Loan ')
  110.       ParentCtl3D = False
  111.       ParentFont = False
  112.       TabOrder = 0
  113.       OnChange = LoanBoxChange
  114.       OnDropDown = LoanBoxDropDown
  115.     end
  116.   end
  117.   object InvestmentPanel: TPanel
  118.     Left = 338
  119.     Top = 27
  120.     Width = 255
  121.     Height = 35
  122.     TabOrder = 2
  123.     object InvestmentBox: TComboBox
  124.       Left = 9
  125.       Top = 7
  126.       Width = 235
  127.       Height = 21
  128.       Style = csDropDownList
  129.       Color = clWhite
  130.       Ctl3D = True
  131.       Font.Charset = DEFAULT_CHARSET
  132.       Font.Color = clWindowText
  133.       Font.Height = -11
  134.       Font.Name = 'MS Sans Serif'
  135.       Font.Style = [fsBold]
  136.       ItemHeight = 13
  137.       Items.Strings = (
  138.         ' Future Value of a Lump Sum '
  139.         ' Future Value of Regular Deposits '
  140.         ' Lump Sum Required for FV '
  141.         ' Regular Deposits Required for FV ')
  142.       ParentCtl3D = False
  143.       ParentFont = False
  144.       TabOrder = 0
  145.       OnChange = InvestmentBoxChange
  146.       OnDropDown = InvestmentBoxDropDown
  147.     end
  148.   end
  149.   object MainPanel: TPanel
  150.     Left = 40
  151.     Top = 85
  152.     Width = 553
  153.     Height = 291
  154.     BevelOuter = bvLowered
  155.     TabOrder = 3
  156.     object LabelInput1: TLabel
  157.       Left = 40
  158.       Top = 164
  159.       Width = 245
  160.       Height = 13
  161.       Alignment = taRightJustify
  162.       AutoSize = False
  163.       Caption = 'Principal Amount'
  164.       Font.Charset = DEFAULT_CHARSET
  165.       Font.Color = clBlack
  166.       Font.Height = -11
  167.       Font.Name = 'MS Sans Serif'
  168.       Font.Style = [fsBold]
  169.       ParentFont = False
  170.     end
  171.     object LabelInput2: TLabel
  172.       Left = 40
  173.       Top = 194
  174.       Width = 245
  175.       Height = 13
  176.       Alignment = taRightJustify
  177.       AutoSize = False
  178.       Caption = 'Annual Interest Rate'
  179.       Font.Charset = DEFAULT_CHARSET
  180.       Font.Color = clBlack
  181.       Font.Height = -11
  182.       Font.Name = 'MS Sans Serif'
  183.       Font.Style = [fsBold]
  184.       ParentFont = False
  185.     end
  186.     object LabelInput3: TLabel
  187.       Left = 40
  188.       Top = 224
  189.       Width = 245
  190.       Height = 13
  191.       Alignment = taRightJustify
  192.       AutoSize = False
  193.       Caption = 'Length in Months'
  194.       Font.Charset = DEFAULT_CHARSET
  195.       Font.Color = clBlack
  196.       Font.Height = -11
  197.       Font.Name = 'MS Sans Serif'
  198.       Font.Style = [fsBold]
  199.       ParentFont = False
  200.     end
  201.     object LabelInput4: TLabel
  202.       Left = 40
  203.       Top = 255
  204.       Width = 245
  205.       Height = 13
  206.       Alignment = taRightJustify
  207.       AutoSize = False
  208.       Caption = 'Length in Months'
  209.       Font.Charset = DEFAULT_CHARSET
  210.       Font.Color = clBlack
  211.       Font.Height = -11
  212.       Font.Name = 'MS Sans Serif'
  213.       Font.Style = [fsBold]
  214.       ParentFont = False
  215.     end
  216.     object Bevel1: TBevel
  217.       Left = 1
  218.       Top = 139
  219.       Width = 552
  220.       Height = 13
  221.       Shape = bsTopLine
  222.     end
  223.     object Label1: TLabel
  224.       Left = 422
  225.       Top = 224
  226.       Width = 12
  227.       Height = 13
  228.       Caption = 'or'
  229.       Font.Charset = DEFAULT_CHARSET
  230.       Font.Color = clWindowText
  231.       Font.Height = -11
  232.       Font.Name = 'MS Sans Serif'
  233.       Font.Style = [fsBold]
  234.       ParentFont = False
  235.     end
  236.     object YearLabel: TLabel
  237.       Left = 491
  238.       Top = 224
  239.       Width = 33
  240.       Height = 13
  241.       Caption = 'Years'
  242.       Font.Charset = DEFAULT_CHARSET
  243.       Font.Color = clWindowText
  244.       Font.Height = -11
  245.       Font.Name = 'MS Sans Serif'
  246.       Font.Style = [fsBold]
  247.       ParentFont = False
  248.     end
  249.     object BlurbPanel: TPanel
  250.       Left = 10
  251.       Top = 50
  252.       Width = 530
  253.       Height = 84
  254.       BevelOuter = bvNone
  255.       BorderStyle = bsSingle
  256.       Ctl3D = False
  257.       ParentCtl3D = False
  258.       TabOrder = 4
  259.       object Memo1: TMemo
  260.         Left = 79
  261.         Top = 10
  262.         Width = 409
  263.         Height = 68
  264.         BorderStyle = bsNone
  265.         Ctl3D = False
  266.         Font.Charset = DEFAULT_CHARSET
  267.         Font.Color = clWindowText
  268.         Font.Height = -11
  269.         Font.Name = 'MS Sans Serif'
  270.         Font.Style = [fsBold]
  271.         Lines.Strings = (
  272.           
  273.             'This indicates the actual sticker price or selling price you can' +
  274.             ' afford '
  275.           
  276.             'based on the loan information below.  When negotiating a loan, n' +
  277.             'ever '
  278.           'tell the lender how much you can afford to spend each month.  '
  279.           'Instead, tell them how much you can afford to borrow.')
  280.         ParentColor = True
  281.         ParentCtl3D = False
  282.         ParentFont = False
  283.         TabOrder = 0
  284.       end
  285.     end
  286.     object InputEdit1: TEdit
  287.       Left = 297
  288.       Top = 160
  289.       Width = 120
  290.       Height = 21
  291.       Font.Charset = DEFAULT_CHARSET
  292.       Font.Color = clWindowText
  293.       Font.Height = -11
  294.       Font.Name = 'MS Sans Serif'
  295.       Font.Style = [fsBold]
  296.       ParentFont = False
  297.       TabOrder = 0
  298.       Text = 'InputEdit1'
  299.       OnChange = InputEdit1Change
  300.       OnExit = InputEdit1Exit
  301.       OnKeyDown = InputEdit1KeyDown
  302.       OnKeyPress = InputEdit1KeyPress
  303.     end
  304.     object InputEdit2: TEdit
  305.       Left = 297
  306.       Top = 190
  307.       Width = 120
  308.       Height = 21
  309.       Font.Charset = DEFAULT_CHARSET
  310.       Font.Color = clWindowText
  311.       Font.Height = -11
  312.       Font.Name = 'MS Sans Serif'
  313.       Font.Style = [fsBold]
  314.       ParentFont = False
  315.       TabOrder = 1
  316.       Text = 'InputEdit2'
  317.       OnChange = InputEdit1Change
  318.       OnExit = InputEdit2Exit
  319.       OnKeyDown = InputEdit2KeyDown
  320.       OnKeyPress = InputEdit2KeyPress
  321.     end
  322.     object InputEdit3: TEdit
  323.       Left = 297
  324.       Top = 220
  325.       Width = 120
  326.       Height = 21
  327.       Font.Charset = DEFAULT_CHARSET
  328.       Font.Color = clWindowText
  329.       Font.Height = -11
  330.       Font.Name = 'MS Sans Serif'
  331.       Font.Style = [fsBold]
  332.       ParentFont = False
  333.       TabOrder = 2
  334.       Text = 'InputEdit3'
  335.       OnChange = InputEdit3Change
  336.       OnExit = InputEdit3Exit
  337.       OnKeyDown = InputEdit3KeyDown
  338.       OnKeyPress = InputEdit3KeyPress
  339.     end
  340.     object ResultPanel: TPanel
  341.       Left = 32
  342.       Top = 12
  343.       Width = 473
  344.       Height = 125
  345.       BevelOuter = bvNone
  346.       BorderStyle = bsSingle
  347.       Ctl3D = False
  348.       ParentCtl3D = False
  349.       TabOrder = 3
  350.       object LabelResult1: TLabel
  351.         Left = 24
  352.         Top = 12
  353.         Width = 230
  354.         Height = 13
  355.         Alignment = taRightJustify
  356.         AutoSize = False
  357.         Caption = 'Monthly Payment'
  358.         Font.Charset = DEFAULT_CHARSET
  359.         Font.Color = clBlack
  360.         Font.Height = -11
  361.         Font.Name = 'MS Sans Serif'
  362.         Font.Style = [fsBold]
  363.         ParentFont = False
  364.       end
  365.       object Bottom3Panel: TPanel
  366.         Left = 13
  367.         Top = 31
  368.         Width = 413
  369.         Height = 82
  370.         BevelOuter = bvNone
  371.         BorderStyle = bsSingle
  372.         Ctl3D = False
  373.         ParentCtl3D = False
  374.         TabOrder = 1
  375.         object LabelResult2: TLabel
  376.           Left = 16
  377.           Top = 6
  378.           Width = 225
  379.           Height = 13
  380.           Alignment = taRightJustify
  381.           AutoSize = False
  382.           Caption = 'Last Pyment'
  383.           Font.Charset = DEFAULT_CHARSET
  384.           Font.Color = clBlack
  385.           Font.Height = -11
  386.           Font.Name = 'MS Sans Serif'
  387.           Font.Style = [fsBold]
  388.           ParentFont = False
  389.         end
  390.         object LabelResult3: TLabel
  391.           Left = 16
  392.           Top = 31
  393.           Width = 225
  394.           Height = 13
  395.           Alignment = taRightJustify
  396.           AutoSize = False
  397.           Caption = 'Interest Paid'
  398.           Font.Charset = DEFAULT_CHARSET
  399.           Font.Color = clBlack
  400.           Font.Height = -11
  401.           Font.Name = 'MS Sans Serif'
  402.           Font.Style = [fsBold]
  403.           ParentFont = False
  404.         end
  405.         object LabelResult4: TLabel
  406.           Left = 16
  407.           Top = 56
  408.           Width = 225
  409.           Height = 13
  410.           Alignment = taRightJustify
  411.           AutoSize = False
  412.           Caption = 'Total Money Paid'
  413.           Font.Charset = DEFAULT_CHARSET
  414.           Font.Color = clBlack
  415.           Font.Height = -11
  416.           Font.Name = 'MS Sans Serif'
  417.           Font.Style = [fsBold]
  418.           ParentFont = False
  419.         end
  420.         object ResultPanel2: TPanel
  421.           Left = 253
  422.           Top = 2
  423.           Width = 120
  424.           Height = 21
  425.           Alignment = taRightJustify
  426.           BevelInner = bvRaised
  427.           BevelOuter = bvLowered
  428.           Caption = 'ResultPanel2'
  429.           Color = clNavy
  430.           Ctl3D = False
  431.           Font.Charset = DEFAULT_CHARSET
  432.           Font.Color = clWhite
  433.           Font.Height = -11
  434.           Font.Name = 'MS Sans Serif'
  435.           Font.Style = [fsBold]
  436.           ParentCtl3D = False
  437.           ParentFont = False
  438.           TabOrder = 0
  439.         end
  440.         object ResultPanel3: TPanel
  441.           Left = 253
  442.           Top = 27
  443.           Width = 120
  444.           Height = 21
  445.           Alignment = taRightJustify
  446.           BevelInner = bvRaised
  447.           BevelOuter = bvLowered
  448.           Caption = 'ResultPanel3'
  449.           Color = clNavy
  450.           Ctl3D = False
  451.           Font.Charset = DEFAULT_CHARSET
  452.           Font.Color = clWhite
  453.           Font.Height = -11
  454.           Font.Name = 'MS Sans Serif'
  455.           Font.Style = [fsBold]
  456.           ParentCtl3D = False
  457.           ParentFont = False
  458.           TabOrder = 1
  459.         end
  460.         object ResultPanel4: TPanel
  461.           Left = 253
  462.           Top = 52
  463.           Width = 120
  464.           Height = 21
  465.           Alignment = taRightJustify
  466.           BevelInner = bvRaised
  467.           BevelOuter = bvLowered
  468.           Caption = 'ResultPanel4'
  469.           Color = clNavy
  470.           Ctl3D = False
  471.           Font.Charset = DEFAULT_CHARSET
  472.           Font.Color = clWhite
  473.           Font.Height = -11
  474.           Font.Name = 'MS Sans Serif'
  475.           Font.Style = [fsBold]
  476.           ParentCtl3D = False
  477.           ParentFont = False
  478.           TabOrder = 2
  479.         end
  480.       end
  481.       object ResultPanel1: TPanel
  482.         Left = 266
  483.         Top = 8
  484.         Width = 120
  485.         Height = 21
  486.         Alignment = taRightJustify
  487.         BevelInner = bvRaised
  488.         BevelOuter = bvLowered
  489.         Caption = 'ResultPanel1'
  490.         Color = clNavy
  491.         Ctl3D = False
  492.         Font.Charset = DEFAULT_CHARSET
  493.         Font.Color = clWhite
  494.         Font.Height = -11
  495.         Font.Name = 'MS Sans Serif'
  496.         Font.Style = [fsBold]
  497.         ParentCtl3D = False
  498.         ParentFont = False
  499.         TabOrder = 0
  500.       end
  501.     end
  502.     object InputEdit4: TEdit
  503.       Left = 298
  504.       Top = 251
  505.       Width = 120
  506.       Height = 21
  507.       Font.Charset = DEFAULT_CHARSET
  508.       Font.Color = clWindowText
  509.       Font.Height = -11
  510.       Font.Name = 'MS Sans Serif'
  511.       Font.Style = [fsBold]
  512.       ParentFont = False
  513.       TabOrder = 5
  514.       Text = 'InputEdit4'
  515.       OnChange = InputEdit1Change
  516.       OnExit = InputEdit4Exit
  517.       OnKeyDown = InputEdit4KeyDown
  518.       OnKeyPress = InputEdit4KeyPress
  519.     end
  520.     object YearBox: TComboBox
  521.       Left = 438
  522.       Top = 220
  523.       Width = 49
  524.       Height = 21
  525.       Style = csDropDownList
  526.       Font.Charset = DEFAULT_CHARSET
  527.       Font.Color = clWindowText
  528.       Font.Height = -11
  529.       Font.Name = 'MS Sans Serif'
  530.       Font.Style = [fsBold]
  531.       ItemHeight = 13
  532.       Items.Strings = (
  533.         ''
  534.         '1'
  535.         '2'
  536.         '3'
  537.         '4'
  538.         '5'
  539.         '6'
  540.         '7'
  541.         '8'
  542.         '9'
  543.         '10'
  544.         '11'
  545.         '12'
  546.         '13'
  547.         '14'
  548.         '15'
  549.         '16'
  550.         '17'
  551.         '18'
  552.         '19'
  553.         '20'
  554.         '21'
  555.         '22'
  556.         '23'
  557.         '24'
  558.         '25'
  559.         '26'
  560.         '27'
  561.         '28'
  562.         '29'
  563.         '30'
  564.         '31'
  565.         '32'
  566.         '33'
  567.         '34'
  568.         '35'
  569.         '36'
  570.         '37'
  571.         '38'
  572.         '39'
  573.         '40'
  574.         '41'
  575.         '42'
  576.         '43'
  577.         '44'
  578.         '45'
  579.         '46'
  580.         '47'
  581.         '48'
  582.         '49'
  583.         '50'
  584.         '51'
  585.         '52'
  586.         '53'
  587.         '54'
  588.         '55'
  589.         '56'
  590.         '57'
  591.         '58'
  592.         '59'
  593.         '60'
  594.         '61'
  595.         '62'
  596.         '63'
  597.         '64'
  598.         '65'
  599.         '66'
  600.         '67'
  601.         '68'
  602.         '69'
  603.         '70'
  604.         '71'
  605.         '72'
  606.         '73'
  607.         '74'
  608.         '75'
  609.         '76'
  610.         '77'
  611.         '78'
  612.         '79'
  613.         '80'
  614.         '81'
  615.         '82'
  616.         '83'
  617.         '84'
  618.         '85'
  619.         '86'
  620.         '87'
  621.         '88'
  622.         '89'
  623.         '90'
  624.         '91'
  625.         '92'
  626.         '93'
  627.         '94'
  628.         '95'
  629.         '96'
  630.         '97'
  631.         '98'
  632.         '99'
  633.         '100')
  634.       ParentFont = False
  635.       TabOrder = 6
  636.       OnChange = YearBoxChange
  637.     end
  638.   end
  639.   object ButtonClear: TButton
  640.     Left = 430
  641.     Top = 407
  642.     Width = 75
  643.     Height = 25
  644.     Hint = 'Clears the form entries'
  645.     Caption = 'Clear Form'
  646.     Font.Charset = DEFAULT_CHARSET
  647.     Font.Color = clWindowText
  648.     Font.Height = -11
  649.     Font.Name = 'MS Sans Serif'
  650.     Font.Style = [fsBold]
  651.     ParentFont = False
  652.     ParentShowHint = False
  653.     ShowHint = True
  654.     TabOrder = 4
  655.     TabStop = False
  656.     OnClick = ButtonClearClick
  657.   end
  658.   object ButtonCalculate: TButton
  659.     Left = 517
  660.     Top = 407
  661.     Width = 75
  662.     Height = 25
  663.     Hint = 'Calculate the results'
  664.     Caption = 'Calculate'
  665.     Font.Charset = DEFAULT_CHARSET
  666.     Font.Color = clWindowText
  667.     Font.Height = -11
  668.     Font.Name = 'MS Sans Serif'
  669.     Font.Style = [fsBold]
  670.     ParentFont = False
  671.     ParentShowHint = False
  672.     ShowHint = True
  673.     TabOrder = 5
  674.     TabStop = False
  675.     OnClick = ButtonCalculateClick
  676.   end
  677.   object btnPrint: TBitBtn
  678.     Left = 127
  679.     Top = 406
  680.     Width = 75
  681.     Height = 26
  682.     Hint = 'Print preview calculation results'
  683.     Caption = 'Print'
  684.     Enabled = False
  685.     Font.Charset = ANSI_CHARSET
  686.     Font.Color = clWindowText
  687.     Font.Height = -11
  688.     Font.Name = 'MS Sans Serif'
  689.     Font.Style = [fsBold]
  690.     ParentFont = False
  691.     ParentShowHint = False
  692.     ShowHint = True
  693.     TabOrder = 6
  694.     OnClick = btnPrintClick
  695.     Glyph.Data = {
  696.       76010000424D7601000000000000760000002800000020000000100000000100
  697.       0400000000000001000000000000000000001000000000000000000000000000
  698.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  699.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  700.       0003377777777777777308888888888888807F333333333333370FFFFFFF1F2F
  701.       1FF07FFFFFFFFFFFFFF70FFFFFFFFFFFFFF077777777777777770F4444444444
  702.       44F07F333333333333F70F888888888888F07F333333333337370FFFFFFFFFFF
  703.       FFF07FFFFFFFFFFFFFF7300000000000000337777777777777733330FFFFFFFF
  704.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  705.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  706.       33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  707.       33333337FFFF7733333333300000033333333337777773333333}
  708.     Margin = 2
  709.     NumGlyphs = 2
  710.     Spacing = -1
  711.   end
  712.   object btnBuilder: TBitBtn
  713.     Left = 214
  714.     Top = 406
  715.     Width = 136
  716.     Height = 26
  717.     Hint = 'Change the report settings'
  718.     Caption = 'Report Builder'
  719.     Font.Charset = ANSI_CHARSET
  720.     Font.Color = clWindowText
  721.     Font.Height = -11
  722.     Font.Name = 'MS Sans Serif'
  723.     Font.Style = [fsBold]
  724.     ParentFont = False
  725.     ParentShowHint = False
  726.     ShowHint = True
  727.     TabOrder = 7
  728.     Visible = False
  729.     OnClick = btnBuilderClick
  730.     Glyph.Data = {
  731.       BA040000424DBA04000000000000360000002800000016000000110000000100
  732.       18000000000084040000CE0E0000C40E00000000000000000000008080008080
  733.       0080800080800080800080800080800080800080800080800080800080800080
  734.       8000808000808000808000808000808000808000808000808000808000000080
  735.       8000000000000000000000000000000000000000000000000000000000000000
  736.       0000000000000000000000000000000000000000000000000000000000008080
  737.       0000008080000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  738.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000
  739.       000080800000008080000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  740.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  741.       FFFF0000000080800000008080000000FFFFFFFFFFFFFFFFFF000000000000FF
  742.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000FFFFFFFFFFFF
  743.       FFFFFFFFFFFF0000000080800000008080000000FFFFFFFFFFFFFFFFFFFFFFFF
  744.       000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000FFFFFFFFFF
  745.       FFFFFFFFFFFFFFFFFFFF0000000080800000008080000000FFFFFFFFFFFFFFFF
  746.       FFFFFFFF000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000FF
  747.       FFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000080800000008080000000FFFFFFFF
  748.       FFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000000
  749.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000080800000008080000000
  750.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000FFFFFFFFFFFFFFFFFF0000
  751.       00000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000808000000080
  752.       80000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000FFFFFFFFFFFFFF
  753.       FFFF000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000008080
  754.       0000008080000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000
  755.       FFFFFF000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000
  756.       000080800000008080000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000
  757.       00000000FFFFFF000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  758.       FFFF0000000080800000008080000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  759.       FFFFFFFFFF000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000
  760.       0000000000000000000080800000008080000000FFFFFFFFFFFFFFFFFFFFFFFF
  761.       FFFFFFFFFFFFFFFFFF000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF0000
  762.       00FFFFFFFFFFFF0000000080800080800000008080000000FFFFFFFFFFFFFFFF
  763.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  764.       FFFF000000FFFFFF000000008080008080008080000000808000000000000000
  765.       0000000000000000000000000000000000000000000000000000000000000000
  766.       0000000000000000000000000080800080800080800080800000008080008080
  767.       0080800080800080800080800080800080800080800080800080800080800080
  768.       800080800080800080800080800080800080800080800080800080800000}
  769.     Margin = 2
  770.     Spacing = -1
  771.   end
  772. end
  773.